home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_468 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  184 b   |  9 lines

  1. on(release){
  2.    if(m_buyingwhat != "WHEEL" && m_buyingwhat != "LIGHT")
  3.    {
  4.       _root.buyItem(car,PROPERTY,"BLANK");
  5.       _root.play();
  6.       this.removeMovieClip();
  7.    }
  8. }
  9.